home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / test.getline < prev    next >
Text File  |  1994-04-26  |  406b  |  13 lines

  1. 123.456  -123.456  +123.456
  2. .123     -.123       +.123  
  3.  123.     -123.       +123.
  4. 1e6     -1e6       +1e6
  5. 1.e5     -1.e5       +1.e5
  6.     123.456e3 -123.456e3 +123.456e3
  7. 123.456e+3 -123.456e+3 +123.456e+3       
  8. 123.456e-3 -123.456e-3 +123.456e-3
  9. .123e3    -.123e3    +.123e3
  10.     123e3    -123e3    +123e3
  11.  123abc    abc123 123.abc            
  12. "quoted string" "q string with escapes \n \t \" "
  13. "quoted string" 1.23e+3 100 "q string with escapes \n \t \" "200